projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87e40b
)
fixup notify tests
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Jan 2019 03:51:48 +0000
(22:51 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Jan 2019 03:51:48 +0000
(22:51 -0500)
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 620608dc4885bfe98d9a1b2671783c3d20b3dc57..238e299150f3ab216ec31db54ae60d31a101e9d8 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-529,7
+529,7
@@
test_type (gconstpointer data)
/* Special restrictions on allowed values */
if (pspec->owner_type == GTK_TYPE_COMBO_BOX &&
-
g_str_equal (pspec->name, "id-column") ||
+
(
g_str_equal (pspec->name, "id-column") ||
g_str_equal (pspec->name, "active-id") ||
g_str_equal (pspec->name, "entry-text-column")))
continue;